0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (2)
  • R2,500 - R5,000 (2)
  • R5,000 - R10,000 (1)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

Pharmaceuticals from Microbes - The Bioengineering Perspective (Hardcover, 1st ed. 2019): Divya Arora, Chetan Sharma, Sundeep... Pharmaceuticals from Microbes - The Bioengineering Perspective (Hardcover, 1st ed. 2019)
Divya Arora, Chetan Sharma, Sundeep Jaglan, Eric Lichtfouse
R2,985 Discovery Miles 29 850 Ships in 10 - 15 working days

This book has been assembled with the hope of being an authoritative, comprehensive, conceptually sound and highly informative compilation of recent advances describing the concepts of bioengineering in the field of microbiology. It comprises of seven chapters written by eminent authors in their respective fields. Topics included deal with the significant advancement of microbial technology with emphasis on drug delivery strategies for healthcare products, vaccine delivery, biotransformation approaches to generate new molecules, upstream/downstream processing of biopharmaceuticals. It serves as excellent reference material for researchers, students and academicians in the fields of biotechnology, microbiology and pharmaceutical sciences.

Wireless Data Services - Technologies, Business Models and Global Markets (Hardcover, New): Chetan Sharma, Yasuhisa Nakamura Wireless Data Services - Technologies, Business Models and Global Markets (Hardcover, New)
Chetan Sharma, Yasuhisa Nakamura
R3,791 Discovery Miles 37 910 Ships in 12 - 17 working days

By the time, this book is published; there will be over 1 billion mobile subscribers around the world. Despite this phenomenal global growth, wireless technologies have progressed in very different ways key territories such as Asia, Europe, and North America. Technologies such as i-mode in Japan, SMS in Europe, PDAs and Blackberry in North America point us to the fact that wireless applications and services are often unique to the culture and business models of a region. This book takes a deeper look into why certain technologies, business models, and adoption strategies succeed while others fail, and how all these elements will impact the future of wireless communications. With the help of examples, case studies and interviews with industry luminaries, the authors identify the key factors behind the success or failure of different strategies and provide insights into how to match wireless technology and services to global markets.

JavaScript : Object-Oriented Programming (Paperback): Ved Antani, Gaston C Hillar, Stoyan Stefanov, Kumar Chetan Sharma JavaScript : Object-Oriented Programming (Paperback)
Ved Antani, Gaston C Hillar, Stoyan Stefanov, Kumar Chetan Sharma
R2,133 Discovery Miles 21 330 Ships in 10 - 15 working days

Build sophisticated web applications by mastering the art of Object-Oriented Javascript About This Book * Learn popular Object-Oriented programming (OOP) principles and design patterns to build robust apps * Implement Object-Oriented concepts in a wide range of frontend architectures * Capture objects from real-world elements and create object-oriented code that represents them * Learn the latest ES6 features and how to test and debug issues with JavaScript code using various modern mechanisms Who This Book Is For JavaScript developers looking to enhance their web developments skills by learning object-oriented programming. What You Will Learn * Get acquainted with the basics of JavaScript language constructs along with object-oriented programming and its application. * Learn to build scalable server application in JavaScript using Node.js * Generate instances in three programming languages: Python, JavaScript, and C# * Work with a combination of access modifiers, prefixes, properties, fields, attributes, and local variables to encapsulate and hide data * Master DOM manipulation, cross-browser strategies, and ES6 * Identify and apply the most common design patterns such as Singleton, Factory, Observer, Model-View-Controller, and Mediator Patterns * Design applications using a modular architecture based on SOLID principles In Detail JavaScript is the behavior, the third pillar in today's paradigm that looks at web pages as something that consists of : content (HTML), presentation (CSS), and behavior (JavaScript). Using JavaScript, you can create interactive web pages along with desktop widgets, browser, and application extensions, and other pieces of software. Object-oriented programming, which is popularly known as OOP, is basically based on the concept of objects rather than actions. The first module will help you master JavaScript and build futuristic web applications. You will start by getting acquainted with the language constructs and how to organize code easily. You develop concrete understanding of variable scoping, loops, and best practices on using types and data structures, as well as the coding style and recommended code organization patterns in JavaScript. The book will also teach you how to use arrays and objects as data structures. By the end of the book, you will understand how reactive JavaScript is going to be the new paradigm. The second module is an easy-to-follow course, which includes hands-on examples of solutions to common problems with object-oriented code. It will help to identify objects from real-life scenarios, to protect and hide data with the data encapsulation features of Python, JavaScript, and C#. You will discover the advantage of duck typing in both Python and JavaScript, while you work with interfaces and generics in C#. With a fair understanding of interfaces, multiple inheritance, and composition, you will move on to refactor existing code and to organize your source for easy maintenance and extension. The third module takes you through all the in-depth and exciting futures hidden behind the facade. You should read through this course if you want to be able to take your JavaScript skills to a new level of sophistication. Style and approach This course is a comprehensive guide where each chapter consists of best practices, constructive advice, and few easy-to-follow examples that will build up your skills as you advance through the book. Get object oriented with this course, which takes you on a journey to get acquainted with few useful hands-on tools, features, and ways to enhance your productivity using OOP techniques. It will also act as a reference guide with useful examples on resolving problems with object-oriented code in Python, JavaScript, and C#.

Frontiers in Food Biotechnology (Hardcover): Chetan Sharma, Anil K. Sharma, K.R. Aneja Frontiers in Food Biotechnology (Hardcover)
Chetan Sharma, Anil K. Sharma, K.R. Aneja
R6,492 R5,863 Discovery Miles 58 630 Save R629 (10%) Ships in 12 - 17 working days

Modern biotechnological approaches have been designed to abate cost efficiencies and enhance productivity. The current book entitled Frontiers in Food Biotechnology aims to provide impetus to the emergence of new technologies positively impacting and revolutionising the study of food biotechnology. Recent advances in the emerging areas of food science and the role of genetically modified foods, probiotics, nutraceutical, biopreservatives, biocolours and nanotechnology in food have been greatly envisaged through this book. We anticipate that this book would be able to provide comprehensive, accessible, up-to-date information about food biotechnology and its broad spectrum implications to mankind, successfully translating the basic scientific information of food-related biotechnology into industrial and research applications. Moreover, this book offers instant access to a wealth of information for scientists in food processing industries, biochemists, microbiologists, food technologists and students from diverse streams of food science, biotechnology and food microbiology. With the outcome of such a unique book, which provides a comprehensive and deep insight into the pool of upcoming advancements in food biotechnology, students and research fraternities could benefit in relevant assignments in the food science. This book not only provides an international perspective on the discipline as a whole, but also acts as an indispensable guide for anyone who needs to understand the latest information on food production and processing from a biotechnological perspective.

Object-Oriented JavaScript - (Paperback, 2nd edition): Stoyan Stefanov, Kumar Chetan Sharma Object-Oriented JavaScript - (Paperback, 2nd edition)
Stoyan Stefanov, Kumar Chetan Sharma
R1,446 Discovery Miles 14 460 Ships in 10 - 15 working days

You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice questions at the end of each chapter to help you review what you have learned.For new to intermediate JavaScript developer who wants to prepare themselves for web development problems solved by smart JavaScript!

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Gold Fresh Couture by Moschino EDP 100ml…
R1,506 Discovery Miles 15 060
Gotcha Gotcha Scorch Watch (Gents)
R329 R303 Discovery Miles 3 030
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Luca Distressed Peak Cap (Khaki)
R249 Discovery Miles 2 490
Hunting With The Hawks - Untold Stories…
Graham Coetzer Paperback R320 R235 Discovery Miles 2 350
Bestway Swim Ring (56cm)
R50 R45 Discovery Miles 450
Joseph Joseph Index Mini (Graphite)
R642 Discovery Miles 6 420
Aerolatte Cappuccino Art Stencils (Set…
R110 R95 Discovery Miles 950

 

Partners